home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / win_utl2 / psk3211.zip / README.TXT < prev   
Text File  |  1996-01-27  |  7KB  |  158 lines

  1. PassKeeper 1.1, 32-bit
  2. by Brad Greenlee
  3. Copyright 1995 iSYS International
  4. All Rights Reserved
  5.  
  6.  
  7. NOTE to users of previous versions: This version is fully compatible with your
  8. old password file (PASS.DAT). Just in case, though, it's always a good idea
  9. to make a backup of both PASS.DAT and your old PASSKEEP.EXE first.
  10.  
  11. Introduction
  12. ------------
  13. PassKeeper is a Windows utility that allows you keep a list of accounts with
  14. usernames, passwords, and notes. This list is stored encrypted.
  15.  
  16. I developed PassKeeper in order to keep track of the many different "accounts"
  17. I have across the Net. Many services on the Web, for example, require you to
  18. register and give out a username and password, which you are often allowed
  19. to pick out yourself, but not always. Examples of such services include
  20. HotWired, Pathfinder, Amazon, etc. Of course, PassKeeper can be used to safely
  21. keep a record of anything, really.
  22.  
  23. PassKeeper is freeware. All I ask is that this file remains with any
  24. redistributions of PassKeeper. Also, if you find any bugs or have any
  25. suggestions on improving PassKeeper, feel free to email me at brad@isys.hu
  26.  
  27. The most up-to-date version of 32-bit PassKeeper can always be found at
  28. ftp://ftp.isys.hu/pub/win/utilities/psk32???.zip
  29.  
  30. I assume no liability for lost data as a result of this program. If you
  31. forget your password or you stumble across a bug that prevents you from
  32. accessing your password file (there was one in version 1.0), please do
  33. not ask me to recover your file. I can't. Just delete PASS.DAT and start
  34. over.
  35.  
  36. PassKeeper uses Eric Young's implementation of CBC Triple DES Encryption.
  37. Please see his copyright info at the end of this document.
  38.  
  39.  
  40. Installation and Usage
  41. ----------------------
  42. Installation is simple. You've already done it. When you run PASS32.EXE for
  43. the first time, you will be asked to enter the password you would like to use
  44. to access PassKeeper in the future. This password is also the key to
  45. encrypting and decrypting your data. It is very important that you do not
  46. forget this password, as your data will be undecipherable. You can change
  47. your password later, but only after logging in to the program.
  48.  
  49. PassKeeper creates two files:
  50.   PASS.INI  Contains the user-configurable options.
  51.   PASS.DAT  Contains the encrypted data.
  52.  
  53. If someone else using this machine would like to have their own PassKeeper
  54. list, just copy PASS32.EXE to a separate directory.
  55.  
  56. If you ever forget your password the only thing you can do is delete the
  57. PASS.DAT file. You will lose all your entries of course. Actually, I suggest
  58. just renaming PASS.DAT or storing it somewhere else just in case you
  59. eventually remember the password.
  60.  
  61.  
  62. Options
  63. -------
  64. PassKeeper has only two user-configurable options:
  65.   Confirm Remove        When this option is checked, you will be asked
  66.                         whether you really want to remove an item when you
  67.                         click the 'Remove' button.
  68.  
  69.   Auto-Save on Quit     When this option is checked, any changes you made
  70.                         while in PassKeeper will be saved automatically upon
  71.                         Quit (or Exit, or Close). Otherwise, you will be asked
  72.                         whether you would like to save your changes.
  73.  
  74.  
  75. BUGS
  76. ----
  77. None. Yeah right. None that I can see right now, but I'm sure there are still
  78. some around somewhere. Let me know if you find any.
  79.  
  80.  
  81. VERSION HISTORY
  82. ---------------
  83. 1.1     96.01.27
  84.         Fixed bug that caused a crash if you tried to remove and item with
  85.         Comfirm Remove on. I figured this was serious enough to bump up the
  86.         minor revision number.
  87.  
  88. 1.01    95.12.04
  89.         Fixed bug that prevented main passwords of less than 6 characters
  90.         from working.
  91.  
  92.         Username and password are no longer required fields. Only the Account
  93.         field is required.
  94.  
  95.  
  96. That's it. Thanks for using PassKeeper!
  97.  
  98.  
  99. Brad Greenlee
  100. brad@isys.hu
  101.  
  102. Budapest
  103. 27 January 1996
  104.  
  105.  
  106. DES Copyright Info
  107. ------------------
  108. Copyright (C) 1995 Eric Young (eay@mincom.oz.au)
  109. All rights reserved.
  110.  
  111. This package is an DES implementation written by Eric Young (eay@mincom.oz.au).
  112. The implementation was written so as to conform with MIT's libdes.
  113.  
  114. This library is free for commercial and non-commercial use as long as
  115. the following conditions are aheared to.  The following conditions
  116. apply to all code found in this distribution.
  117.  
  118. Copyright remains Eric Young's, and as such any Copyright notices in
  119. the code are not to be removed.
  120. If this package is used in a product, Eric Young should be given attribution
  121. as the author of that the SSL library.  This can be in the form of a textual
  122. message at program startup or in documentation (online or textual) provided
  123. with the package.
  124.  
  125. Redistribution and use in source and binary forms, with or without
  126. modification, are permitted provided that the following conditions
  127. are met:
  128. 1. Redistributions of source code must retain the copyright
  129.    notice, this list of conditions and the following disclaimer.
  130. 2. Redistributions in binary form must reproduce the above copyright
  131.    notice, this list of conditions and the following disclaimer in the
  132.    documentation and/or other materials provided with the distribution.
  133. 3. All advertising materials mentioning features or use of this software
  134.    must display the following acknowledgement:
  135.    This product includes software developed by Eric Young (eay@mincom.oz.au)
  136.  
  137. THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  138. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  139. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  140. ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  141. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  142. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  143. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  144. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  145. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  146. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  147. SUCH DAMAGE.
  148.  
  149. The license and distribution terms for any publically available version or
  150. derivative of this code cannot be changed.  i.e. this code cannot simply be
  151. copied and put under another distrubution license
  152. [including the GNU Public License.]
  153.  
  154. The reason behind this being stated in this direct manner is past
  155. experience in code simply being copied and the attribution removed
  156. from it and then being distributed as part of other packages. This
  157. implementation was a non-trivial and unpaid effort.
  158.